home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Just a sign.";
- }
- if(_root.micon._currentframe == 24 && _root.range == true)
- {
- if(_root.even24 == 1)
- {
- _root.sfx.gotoAndStop(3);
- _root.micon.gotoAndStop(1);
- _root.even23 = 1;
- _root.txt_number = 2;
- _root.next_dis2 = 2;
- _root.next_txt2 = "This should keep him busy.";
- _root.next_dis1 = 2;
- _root.next_txt1 = "Stupid dog. HeΓÇÖll never get that steak.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t really have a reason to do that yet.";
- }
- }
- }
- }
-